Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
Project description
Imageio is a Python library that provides an easy interface to read and write a wide range of image data, including animated images, volumetric data, and scientific formats. It is cross-platform, runs on Python 3.9+, and is easy to install.
Main website: https://imageio.readthedocs.io/
Release notes: https://github.com/imageio/imageio/blob/master/CHANGELOG.md
Example:
>>> import imageio
>>> im = imageio.imread('imageio:astronaut.png')
>>> im.shape # im is a numpy array
(512, 512, 3)
>>> imageio.imwrite('astronaut-gray.jpg', im[:, :, 0])
See the API Reference or examples for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
imageio-2.36.1.tar.gz
(389.5 kB
view details)
Built Distribution
imageio-2.36.1-py3-none-any.whl
(315.4 kB
view details)
File details
Details for the file imageio-2.36.1.tar.gz
.
File metadata
- Download URL: imageio-2.36.1.tar.gz
- Upload date:
- Size: 389.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.11.2 readme-renderer/44.0 requests/2.32.3 requests-toolbelt/1.0.0 urllib3/2.2.3 tqdm/4.67.1 importlib-metadata/8.5.0 keyring/25.5.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4e1d231f47f9a9e16100b0f7ce1a86e8856fb4d1c0fa2c4365a316f1746be62 |
|
MD5 | c0527daadccd3c4c6c1babd8896690ad |
|
BLAKE2b-256 | 70aa2e7a49259339e691ff2b477ae0696b1784a09313c5872700bbbdd00a3030 |
File details
Details for the file imageio-2.36.1-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.36.1-py3-none-any.whl
- Upload date:
- Size: 315.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.11.2 readme-renderer/44.0 requests/2.32.3 requests-toolbelt/1.0.0 urllib3/2.2.3 tqdm/4.67.1 importlib-metadata/8.5.0 keyring/25.5.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20abd2cae58e55ca1af8a8dcf43293336a59adf0391f1917bf8518633cfc2cdf |
|
MD5 | 771744af75a38a37b48e2dd821b87c5c |
|
BLAKE2b-256 | 5cf9f78e7f5ac8077c481bf6b43b8bc736605363034b3d5eb3ce8eb79f53f5f1 |